clear

@JvmName(name = "clearRoute")
fun DslList<Int, RouteDiscoveryKt.Dsl.RouteProxy>.clear()
The list of nodenums this packet has visited so far to the destination.

repeated fixed32 route = 1;


@JvmName(name = "clearSnrTowards")
fun DslList<Int, RouteDiscoveryKt.Dsl.SnrTowardsProxy>.clear()
The list of SNRs (in dB, scaled by 4) in the route towards the destination.

repeated int32 snr_towards = 2;


@JvmName(name = "clearRouteBack")
fun DslList<Int, RouteDiscoveryKt.Dsl.RouteBackProxy>.clear()
The list of nodenums the packet has visited on the way back from the destination.

repeated fixed32 route_back = 3;


@JvmName(name = "clearSnrBack")
fun DslList<Int, RouteDiscoveryKt.Dsl.SnrBackProxy>.clear()
The list of SNRs (in dB, scaled by 4) in the route back from the destination.

repeated int32 snr_back = 4;